modular_db.actions

Undocumented in source.

Members

Enums

Mode
enum Mode
Undocumented in source.

Functions

dropModule
void dropModule(Database db, string moduleUrl, string schema)
Undocumented in source. Be warned that the author may not have intended to support it.
getModuleId
long getModuleId(Database db, ModuleQualification q, string moduleUrl)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(Database db, Mode mode, string schema)
Undocumented in source. Be warned that the author may not have intended to support it.
loadModule
ModuleLoaderModuleType!L loadModule(Database db, L loader, Mode mode, string schema)
Undocumented in source. Be warned that the author may not have intended to support it.
loadModule
ModuleLoaderModuleType!L loadModule(Database db, Mode mode, string schema)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta